home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3366 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: news.service.uci.edu!usenet
  2. From: freak@uci.edu (Jerry Wen)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: visual c++ 1.5 compiler not working in windows 95
  5. Date: Tue, 23 Jan 1996 16:54:40 GMT
  6. Organization: University of California, Irvine
  7. Message-ID: <310512b0.294431@news.service.uci.edu>
  8. References: <4ducds$aei@ixnews6.ix.netcom.com>
  9. NNTP-Posting-Host: dialin9053.slip.uci.edu
  10. X-Newsreader: Forte Agent .99c/16.141
  11.  
  12. On 21 Jan 1996 21:49:48 GMT, rykk <rykk@ix.netcom.com> wrote:
  13.  
  14. >when i try to compile "hello world" the most basic program, my compiler tells me i 
  15. >have over 102 errors and quits.  the errors it lists makes little sense. just to 
  16. >verify that i am doing it right, here is what i do:
  17.  
  18. <info snipped>
  19.  
  20. How did you save the file?  I remember doing the same thing, but
  21. having saved the file as "hello.c".  It turns out that VC++ tried to
  22. compile it as a c source file, instead of a c++ source file.  Gave me
  23. something to the extent of 100+ errors, and quits.  Maybe you did the
  24. same thing?
  25.  
  26. _________________________________
  27. Just my opinion, please treat it as such.  Thank you!  :)
  28. Jerry Wen  (freak@uci.edu)
  29.